home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
TCL1
/
__MANDEL
/
MANDELBR
/
CMANDELP.H1
< prev
next >
Wrap
Text File
|
1992-03-25
|
249b
|
20 lines
// CMandelPictFile.h
#pragma once
#include <CDataFile.h>
class CMandelDoc;
class CMandelPictFile: public CDataFile {
public:
void IMandelPictFile(CMandelDoc *);
void WriteAll(Handle);
protected:
CMandelDoc * itsMandelDoc;
};